home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / ny_src.zip / READ.ME < prev    next >
Text File  |  1997-04-22  |  2KB  |  52 lines

  1. These are the sources for ny2008 v1.00
  2.  
  3. there are no restrictions on use ... use them as you please
  4.  
  5. if you include parts or whole in your project ... mention me in the
  6. credits ... you can use it all for commercial freeware ... whatever
  7.  
  8. if you improve on this make the version number higher ...
  9.  
  10. don't change the ones in ibbs stuff ... those should stay at 0.10 to
  11. comunicate with 0.10-0.12 games
  12.  
  13. to change version change it in ny2008.cpp
  14.  
  15. a port to os/2 and win32 should be failry easy ... if you got opendoors
  16. for that platform (opendoors is done for win32 from brian and for os/2
  17. from someone else)
  18.  
  19. YOU NEED ODOORS60.ZIP ... so get it somewhere and unzip it in a dir \odoors\
  20.  
  21.  
  22. ok how to do this .... you should be proficent in C/C++ to hack on this
  23.  
  24. ALSO DO GET THE NY_100.ZIP archive as it contains all the other files 
  25. neccessary
  26.  
  27. once you register odoors (so you don't get that annoying pause ...:) ....
  28. just put that reg key into nyedit.cpp and ny2008.cpp (usually in main or
  29. something)
  30.  
  31. run tc or borland (I tried to port it to watcom but i don't think it will
  32. compile ... with a little hacking it might)
  33.  
  34. and edit your ny2008.prj, nyedit.prj and nyibbs.prj
  35.  
  36. I learned C on these so they are damn messy ... almost no comments ...
  37.  
  38. I'm also including the enemy editor, aedit and medit .... aedit can be fed 
  39. the enemy file enm.txt (also here) and it make the enemy files ... medit
  40. is complete crap, but maybe good as a demo of an enemy editor ... (or was 
  41. it the other way) ... but you'll have to figure out their internal workings 
  42. themselves ... I'm too lazy to write a long paragraph on it .... they're
  43. straight forward... i used aedit for it all ...
  44.  
  45. ok ...
  46.  
  47. that's it for docs .... since i think you are a programmer if you are
  48. reading this i guess you'll get the rest
  49.  
  50. Franz <jirka@5z.com>
  51.  
  52.